home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / ida / cf / M4 / solace.m4 < prev    next >
Encoding:
M4 Source File  |  1990-11-26  |  1.2 KB  |  26 lines

  1. # Sendmail configuration file for solace.me.uiuc.edu
  2. dnl #
  3. dnl # This file is an m4 specification for generating sendmail config
  4. dnl # files.
  5. dnl #
  6. dnl # Note that one way to create m4 comments which are not reflected in
  7. dnl # the m4 output files is to use dnl - d(elete to) n(ew) l(ine).
  8. dnl #
  9. define(ALIASES, /etc/aliases)
  10. define(FORCE_NAMED)
  11. dnl # define(POSTMASTERBOUNCE)dnl ### Postmaster gets copy of bounced mail. ###
  12. define(PSEUDODOMAINS, JUNET MAILNET UUCP)
  13. define(PSEUDONYMS, me.uiuc.edu localhost.me.uiuc.edu tater.me.uiuc.edu lot.me.uiuc.edu tot.me.uiuc.edu slick.me.uiuc.edu tater.UUCP lot.UUCP tot.UUCP slick.UUCP )
  14. define(ALTERNATENAMES, fax.uiuc.edu uiuc.edu)dnl ### Other names we deliver ###
  15. define(RELAY_HOST, uxc.cso.uiuc.edu)dnl ### Where to punt unknowns ###
  16. define(RELAY_MAILER, TCP)dnl ### And how to get there from here ###
  17. dnl ########  Define dbm lookup tables #############
  18. define(DOMAINTABLE, LIBDIR/domaintable)
  19. define(MAILERTABLE, LIBDIR/mailertable)
  20. dnl ######## Local UUCP names ###############
  21. define(UUCPNAME, solace)
  22. define(UUCPNODES, |uuname|sort|uniq)
  23. dnl ######## Processing of ! in addresses #########
  24. define(BANGIMPLIESUUCP)
  25. include(Sendmail.mc)
  26.